home *** CD-ROM | disk | FTP | other *** search
/ Word Play Farm / Word Play Farm.iso / pc / movies / shared.dxr / 00532.ls < prev    next >
Encoding:
Text File  |  1996-07-29  |  114 b   |  11 lines

  1. on exitFrame
  2.   if soundBusy(1) then
  3.     go(the frame)
  4.   end if
  5. end
  6.  
  7. on mouseDown
  8.   puppetSound(0)
  9.   go(#next)
  10. end
  11.